projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b57aa
)
Don't use #error.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Dec 2002 11:40:32 +0000
(11:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Dec 2002 11:40:32 +0000
(11:40 +0000)
src/alloca.c
patch
|
blob
|
history
diff --git
a/src/alloca.c
b/src/alloca.c
index 3cea2744149688eb897155f40841ca950d83d609..c03404b607e9547e8d4799391240c5339fc45ef3 100644
(file)
--- a/
src/alloca.c
+++ b/
src/alloca.c
@@
-51,7
+51,11
@@
in order to make unexec workable
*/
# ifndef STACK_DIRECTION
-# error "Must know STACK_DIRECTION at compile-time"
+you
+lose
+-- must know STACK_DIRECTION at compile-time
+/* Using #error here is not wise since this file is for
+ old and obscure compilers. */
# endif /* STACK_DIRECTION undefined */
# endif /* static */
# endif /* emacs */